From: Glenn Morris Date: Tue, 15 Nov 2011 00:38:10 +0000 (-0500) Subject: * lisp/simple.el (mark-whole-buffer): Doc fix. (Bug#10023) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~1667 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5a43db330faf0953d3fd3e8eacc5cf622a7c4348;p=emacs.git * lisp/simple.el (mark-whole-buffer): Doc fix. (Bug#10023) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 08cbda768c6..ee8c5426df2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-11-15 Glenn Morris + * simple.el (mark-whole-buffer): Doc fix. (Bug#10023) + * mail/rmailout.el (rmail-output-to-rmail-buffer): Handle empty buffers. (Bug#9978) diff --git a/lisp/simple.el b/lisp/simple.el index 82d82bc7240..333ff996ec8 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -878,6 +878,7 @@ KILLFLAG is set if N was explicitly specified." (defun mark-whole-buffer () "Put point at beginning and mark at end of buffer. +If narrowing is in effect, only uses the accessible part of the buffer. You probably should not use this function in Lisp programs; it is usually a mistake for a Lisp function to use any subroutine that uses or sets the mark."